Ko Local Function Provider
An interface representing a Kotlin declaration that provides information about local functions.
Inheritors
Properties
Functions
Link copied to clipboard
Returns the number of local functions that satisfies the specified predicate present in the declaration.
Link copied to clipboard
Determines whether the declaration has all local functions that satisfy the provided predicate.
Link copied to clipboard
Determines whether the declaration has at least one local function that satisfies the provided predicate.
Link copied to clipboard
Determines whatever the declaration has local functions.
Link copied to clipboard
Determines whether the declaration has local functions with all the specified names.
Link copied to clipboard
Determines whether the declaration has at least one local function whose name matches any of the specified names.